home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / oath.lha / oath / src / copyright.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-08-29  |  1.0 KB  |  31 lines

  1. #ifndef OATH_COPYRIGHT_H
  2.  
  3. #define OATH_COPYRIGHT_H
  4.  
  5. //***************************************************************************
  6. //             OATH :: Object-oriented Abstract Type Hierarchy
  7. //***************************************************************************
  8. //
  9. //  Copyright (C) 1991, 1990  Texas Instruments Incorporated
  10. //  Permission is granted to any individual or institution
  11. //  to use, copy, modify, and distribute this software,
  12. //  provided that this complete copyright and permission notice
  13. //  is maintained, intact, in all copies and supporting documentation.
  14. //
  15. //  Texas Instruments Incorporated provides this software "as is"
  16. //  without express or implied warranty.
  17. //
  18. //***************************************************************************
  19.  
  20. static const char* OATH_Copyright = 
  21.  "Copyright (C) 1991, 1990  Texas Instruments Incorporated";
  22.  
  23.     static void
  24. OATH_Copyright_Use (const char* = OATH_Copyright) 
  25.    {}
  26.  
  27. //***************************************************************************
  28.  
  29. #endif /* OATH_COPYRIGHT_H */
  30.  
  31.